home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Utilities / DVIM72-Mac 1.9.6 / source / foo.c < prev    next >
Encoding:
Text File  |  1992-09-14  |  86 b   |  10 lines  |  [TEXT/R*ch]

  1. void foo(void);
  2.  
  3. void foo(void)
  4. {
  5.     asm {
  6.         moveA.L    @1, A0
  7.         jmp        (A0)
  8.     @1:    DC.L    0
  9.     }
  10. }